home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Misc / FUN.DATA < prev    next >
Encoding:
Text File  |  1990-01-29  |  1.2 KB  |  50 lines

  1. |getdiskinfo|
  2. windowtitle `GetDiskInfo`
  3. printlf `GetDiskInfo "filespec",NumberOfBlocksVar
  4. printlf `       {,NumberUsedVar {,BytesPerBlockVar}}
  5. printlf
  6. printlf `Used to get information about a disk.
  7. printlf `the given variables will be set to the
  8. printlf `proper value.
  9. end
  10.  
  11. |askforfilename|
  12. windowtitle `"str" = AskForFileName("filespec" {,"WindowTitle"{,x {,y } } })
  13. printlf `Brings up CanDo's file requester.
  14. end
  15.  
  16. |exists|
  17. windowtitle `<<logical>> = Exists("filename")
  18. printlf `Returns a TRUE if the specified filename
  19. printlf `exists`
  20. end
  21.  
  22. |numberofwords|
  23. windowtitle `<Integer> = NumberOfWords ("String" {,Delimiters})
  24. printlf `Returns the number of seperate words in
  25. printlf `the specified string.  You can optionally
  26. printlf `specify the character delimiters separating
  27. printlf `the words.
  28. end
  29.  
  30. |parentof|
  31. windowtitle `"string" = ParentOf("DirName")
  32. printlf `Returns the directory specification of
  33. printlf `the specified "DirName."
  34. end
  35.  
  36. |libraryversion|
  37. windowtitle `"string" = LibraryVersion`
  38. printlf `Returns the string identification of
  39. printlf `the current cando.library being used.
  40. end
  41.  
  42. |filetype|
  43. windowtitle `"string" = FileType("FileName")
  44. printlf `Returns specific information about the
  45. printlf `file.`
  46. end
  47.  
  48.  
  49.  
  50.